type net.byRFC6724
5 uses
net (current package)
addrselect.go#L32: sort.Stable(&byRFC6724{
addrselect.go#L78: type byRFC6724 struct {
addrselect.go#L85: func (s *byRFC6724) Len() int { return len(s.addrs) }
addrselect.go#L87: func (s *byRFC6724) Swap(i, j int) {
addrselect.go#L98: func (s *byRFC6724) Less(i, j int) bool {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |